home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
movies
/
collection.dir
/
00032_Script_32
< prev
next >
Wrap
Text File
|
1997-12-23
|
421b
|
18 lines
on whatBitmaps
global gEBitmap
global gEditStack
set the puppet of sprite(3) to TRUE
set the blend of sprite(3) to 20
if the mouseWord = -1 then
return
else
if the mouseDown then
hilite word (the mouseWord) of member"Γ╩δ·α═≤≤"
set gEBitmap to word the mouseWord of the text of member"Γ╩δ·α═≤≤"
set gEditStack to gEditStack + 1
go next
end if
end if
end